home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / sigblock.man < prev    next >
Encoding:
Text File  |  1989-06-16  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. SIGBLOCK              C Library Procedures               SIGBLOCK
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      sigblock - block signals
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ##iinncclluuddee <<ssiiggnnaall..hh>>
  13.  
  14.      ssiiggbblloocckk((mmaasskk));;
  15.      iinntt mmaasskk;;
  16.  
  17.      mmaasskk == ssiiggmmaasskk((ssiiggnnuumm))
  18.  
  19. DDEESSCCRRIIPPTTIIOONN
  20.      _S_i_g_b_l_o_c_k causes the signals specified in _m_a_s_k to be added to
  21.      the set of signals currently being blocked from delivery.
  22.      Signals are blocked if the corresponding bit in _m_a_s_k is a 1;
  23.      the macro _s_i_g_m_a_s_k is provided to construct the mask for a
  24.      given _s_i_g_n_u_m.
  25.  
  26.      It is not possible to block SIGKILL, SIGSTOP, or SIGCONT;
  27.      this restriction is silently imposed by the system.
  28.  
  29. RREETTUURRNN VVAALLUUEE
  30.      The previous set of masked signals is returned.
  31.  
  32. SSEEEE AALLSSOO
  33.      kill(2), sigvec(2), sigsetmask(2)
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0               May 14, 1986                          1
  64.  
  65.  
  66.  
  67.